/*note that the above arrays appear to be accesed normally. Had a pointer to a 'normal' array (i.e. arrayspace[]) been passed instead of **array[] it would have been necessary to use a construction like arrayspace[i*100=j*10=k] to access array elements.
*/
}
/*this routine sets up 'array' to index elements of 'arrayspce' by double indirection */